From: Glenn Morris Date: Wed, 20 Jun 2007 07:51:59 +0000 (+0000) Subject: (LIBGIF): Default to -lgif. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~421^2~18309 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=3d05e7d55df2a35bc21d6937276edc08f78bf339;p=emacs.git (LIBGIF): Default to -lgif. --- diff --git a/src/Makefile.in b/src/Makefile.in index a19cf3969fe..598fb582c39 100644 --- a/src/Makefile.in +++ b/src/Makefile.in @@ -440,7 +440,7 @@ XFT_LIBS=@XFT_LIBS@ #if HAVE_GIF #ifndef LIBGIF -#define LIBGIF -lungif +#define LIBGIF -lgif #endif /* not defined LIBGIF */ #else /* not HAVE_GIF */ #define LIBGIF